Remove mark_ttys function and fix tty_display_info initialization.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 31 Aug 2012 10:53:19 +0000 (14:53 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 31 Aug 2012 10:53:19 +0000 (14:53 +0400)
commit28c77939da0d29eeefee095dd5349e7814c21dce
tree790315139189b05366ffb81de135ade620c4badd
parent1ea10d806d41246e9cf5cf41e5bad2d16001896d
Remove mark_ttys function and fix tty_display_info initialization.
* lisp.h (mark_ttys): Remove prototype.
* alloc.c (Fgarbage_collect): Remove redundant (and the only) call
to mark_ttys because all possible values of 'top_frame' slot are
the frames which are reachable from Vframe_list.
* term.c (mark_ttys): Remove.
(init_tty): Safely initialize 'top_frame' slot with Qnil.
src/ChangeLog
src/alloc.c
src/lisp.h
src/term.c